home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 160
- Top = 150
- ActiveControl = OKButton
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'About'
- ClientHeight = 260
- ClientWidth = 458
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- TextHeight = 20
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 434
- Height = 201
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 10
- Top = 10
- Width = 81
- Height = 71
- Center = True
- Picture.Data = {<image000.ico>}
- IsControl = True
- end
- object ProductName: TLabel
- Left = 110
- Top = 10
- Width = 257
- Height = 29
- Caption = 'FormulaBuilder Demo'
- Font.Color = clMaroon
- Font.Height = -23
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 110
- Top = 40
- Width = 78
- Height = 16
- Caption = 'Version 1.0'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 108
- Top = 100
- Width = 225
- Height = 16
- Caption = 'Copyright (c) 1995 Clayton Collie'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Comments: TLabel
- Left = 10
- Top = 160
- Width = 381
- Height = 16
- Caption = 'Address all Inquiries to 103162.1430@compuserve.com'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- object Label1: TLabel
- Left = 105
- Top = 70
- Width = 206
- Height = 27
- Caption = 'YGB Software, Inc.'
- Font.Color = clGray
- Font.Height = -23
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object OKButton: TBitBtn
- Left = 191
- Top = 223
- Width = 97
- Height = 33
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-